home *** CD-ROM | disk | FTP | other *** search
- Path: guitar.sound.net!news
- From: chris@sound.net (chris)
- Newsgroups: comp.lang.c++
- Subject: LPCREATESTRUCT
- Date: Wed, 07 Feb 1996 14:13:43 GMT
- Organization: Sound Advice Limited's Internet Access for KC
- Message-ID: <4f8qum$cck@guitar.sound.net>
- NNTP-Posting-Host: max4-60.sound.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I am unable to determine what lpcreatestruct in doing in the following
- line of code. It is in a windows procedure, within the code that is
- executed during the processing of the wm_create message.
-
- hInstance = ((LPCRETESTRUCT) lParam) -> hInstance;
-
- If you can point me in the right direction, I would appreciate it.
- Also, do you know where I might find this in the online documentation
- for the Borland Compiler (version 4.2).
-
- Thank You,
-
- chris@sound.net
-
-